home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / ARexxTools / hGRexxSupport.lha / SHORT < prev   
Encoding:
Text File  |  1994-03-18  |  1010 b   |  29 lines

  1. Short: small ARexx support function lib
  2. Type: util/rexx
  3. Uploader: htgoebel@cip.informatik.uni-erlangen.de
  4. Author: htgoebel@cip.informatik.uni-erlangen.de
  5.  
  6.  
  7.                 hGRexxSupport.library 1.1
  8.                 =========================
  9.  
  10.             Copyright (C) 1994 by hartmut Goebel
  11.  
  12.  
  13.    While programming some ARexx scripts for usage with UMS, I missed
  14.    a function to set more than one bit at a time. So I suggested to
  15.    include a function MakeFlags() into UMS.library. But Kai Bolay
  16.    proposed to include it into my 'RexxDosSupport.library' which was
  17.    under development at this time. Since this function is not
  18.    related to Dos, and Kai proposed to include another function
  19.    Include(), I decited to build a seperate library. This is why
  20.    this one is so small and has yet only two functions.
  21.  
  22.    This are the functions inplemented by this library.
  23.  
  24.    · MakeFlags() -- set multiple bits in a 32-bit set
  25.    · Include()   -- return a file to be used with Interpret
  26.  
  27.    Enjoy it!
  28.    +++hartmut
  29.